7 lines
91 B
C
7 lines
91 B
C
// PR 1400
|
|
// RUN: %clang_cc1 -x c-header %s -o /dev/null
|
|
|
|
int main(void) {
|
|
return 0;
|
|
}
|
|
|