diff options
Diffstat (limited to 'test/CFrontend/2004-01-01-UnknownInitSize.c')
-rw-r--r-- | test/CFrontend/2004-01-01-UnknownInitSize.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CFrontend/2004-01-01-UnknownInitSize.c b/test/CFrontend/2004-01-01-UnknownInitSize.c index f9b49cc..863305e 100644 --- a/test/CFrontend/2004-01-01-UnknownInitSize.c +++ b/test/CFrontend/2004-01-01-UnknownInitSize.c @@ -1,3 +1,5 @@ +// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null + /* * This regression test ensures that the C front end can compile initializers * even when it cannot determine the size (as below). |