1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

New test for PR1400

llvm-svn: 36941
This commit is contained in:
Devang Patel 2007-05-08 18:08:20 +00:00
parent e6b2d045cc
commit 59be9f1d68

View File

@ -0,0 +1,7 @@
// PR 1400
// RUN: %llvmgcc -x c-header %s -o /dev/null
int main() {
return 0;
}