[llvm-commits] CVS: llvm/test/CFrontend/2007-05-08-PCH.c

Devang Patel dpatel at apple.com
Tue May 8 11:08:38 PDT 2007



Changes in directory llvm/test/CFrontend:

2007-05-08-PCH.c added (r1.1)
---
Log message:

New test for PR1400: http://llvm.org/PR1400 


---
Diffs of the changes:  (+7 -0)

 2007-05-08-PCH.c |    7 +++++++
 1 files changed, 7 insertions(+)


Index: llvm/test/CFrontend/2007-05-08-PCH.c
diff -c /dev/null llvm/test/CFrontend/2007-05-08-PCH.c:1.1
*** /dev/null	Tue May  8 13:08:31 2007
--- llvm/test/CFrontend/2007-05-08-PCH.c	Tue May  8 13:08:20 2007
***************
*** 0 ****
--- 1,7 ----
+ // PR 1400
+ // RUN: %llvmgcc -x c-header %s -o /dev/null
+ 
+ int main() {
+   return 0;
+ }
+ 






More information about the llvm-commits mailing list