mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-28 22:20:37 +00:00
New testcase for PR297
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12448 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e40eae7370
commit
0eded5c567
4
test/CFrontend/2004-03-16-AsmRegisterCrash.c
Normal file
4
test/CFrontend/2004-03-16-AsmRegisterCrash.c
Normal file
@ -0,0 +1,4 @@
|
||||
int foo() {
|
||||
register int X __asm__("ebx");
|
||||
return X;
|
||||
}
|
Loading…
Reference in New Issue
Block a user