1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/test/CFrontend/2004-02-14-ZeroInitializer.c
Tanya Lattner fedfcab2ab Modify annotate intrinsic to take 2 additional args: file and line number.
Fix up Annotate attribute test case.
Fix DebugFilename.c test case to look for right file name.

llvm-svn: 37632
2007-06-18 22:23:39 +00:00

5 lines
70 B
C

// RUN: %llvmgcc -xc %s -S -o - | grep zeroinitializer
int X[1000];