New test for PR1400

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36941 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Devang Patel 2007-05-08 18:08:20 +00:00
parent fe252f38dd
commit 74935ca374

View File

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