mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-14 00:24:03 -04:00
6 lines
123 B
C
6 lines
123 B
C
// RUN: %clang -target armv7-none-linux-gnueabi -mcpu=cortex-a5 -emit-llvm -S %s -o /dev/null
|
|
|
|
int main() {
|
|
return 0;
|
|
}
|