PR tree-optimization/93683 - ICE on calloc with unused return value in ao_ref_init_fr...
[gcc.git] / gcc / testsuite / gcc.dg / asm-3.c
1 /* { dg-do compile } */
2 /* { dg-options "" } */
3
4 void f()
5 {
6 asm ("foo%%bar");
7 }
8
9 /* { dg-final { scan-assembler "foo%%bar" } } */