2014-01-15 10:53:42 +01:00

8 lines
87 B
C

// PR 1400
// RUN: %clang_cc1 -x c-header %s -o /dev/null
int main() {
return 0;
}