diff options
Diffstat (limited to 'test/CFrontend/2002-05-23-StaticValues.c')
-rw-r--r-- | test/CFrontend/2002-05-23-StaticValues.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CFrontend/2002-05-23-StaticValues.c b/test/CFrontend/2002-05-23-StaticValues.c index 821dbbb..79d46ae 100644 --- a/test/CFrontend/2002-05-23-StaticValues.c +++ b/test/CFrontend/2002-05-23-StaticValues.c @@ -1,3 +1,5 @@ +// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null + /* Make sure the frontend is correctly marking static stuff as internal! */ int X; |