6 lines
124 B
C
6 lines
124 B
C
// RUN: %clang -target armv7-none-linux-gnueabi -mcpu=cortex-a15 -emit-llvm -S %s -o /dev/null
|
|
|
|
int main() {
|
|
return 0;
|
|
}
|