New testcase for PR297

llvm-svn: 12448
This commit is contained in:
Chris Lattner 2004-03-16 21:52:24 +00:00
parent 33e83b64b4
commit bd10066d97
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
int foo() {
register int X __asm__("ebx");
return X;
}