]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.c-torture/compile/20010516-1.c
Daily bump.
[thirdparty/gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20010516-1.c
1 foo()
2 {
3 char d;
4 asm volatile ( "" :: "m"(&d));
5 }