2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / asm-3.c
blob917942d7b698a39b92d907dbb25af7d176921c88
1 /* { dg-do compile } */
2 /* { dg-options "" } */
4 void f()
6 asm ("foo%%bar");
9 /* { dg-final { scan-assembler "foo%%bar" } } */