mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-14 01:40:53 +00:00
10 lines
129 B
LLVM
10 lines
129 B
LLVM
![]() |
; Test that self referential instructions are not allowed
|
||
|
|
||
|
implementation
|
||
|
|
||
|
void "test"()
|
||
|
begin
|
||
|
%A = add int %A, 0
|
||
|
ret void
|
||
|
end
|