A brief survey of priority_queue usage in the tree turned this up
[oota-llvm.git] / test / FrontendC / 2007-02-16-VariableSizeStructArg.c
index fd07cd8176f5c9e9ecc204ce63e3525210b369c1..ec6971acdb103a37bf888f8e66fe585a42a73ac1 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -S %s -o - 
+// RUN: %llvmgcc -S -w %s -o - 
 // PR1170
 int f(int a, struct {int b[a];} c) {  return c.b[0]; }