mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
5 lines
123 B
C
5 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;
|
|
}
|