mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
8 lines
85 B
C
8 lines
85 B
C
|
// PR 1400
|
||
|
// RUN: %llvmgcc -x c-header %s -o /dev/null
|
||
|
|
||
|
int main() {
|
||
|
return 0;
|
||
|
}
|
||
|
|