OSDN Git Service

Fix testsuite.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / asm-2.c
index 5adee41..9c464ce 100644 (file)
@@ -1,7 +1,7 @@
 /* { dg-do compile } */
 /* { dg-options "" } */
 
-int f()
+void f()
 {
   asm volatile ("foo%%bar" : : );
 }