blob: c45d57c42f6f5789f90f6018841921b21bb9ad22 [file] [log] [blame]
Eric Christopher3883e662011-07-26 22:17:02 +00001// PR 1400
2// RUN: %clang_cc1 -x c-header %s -o /dev/null
3
4int main() {
5 return 0;
6}
7