blob: 30a0c0d572ef0d426f04a5079311120700cab989 [file] [log] [blame]
Quentin Colombetd29b4552012-12-21 18:00:32 +00001// RUN: %clang -target armv7-none-linux-gnueabi -mcpu=cortex-r5 -emit-llvm -S %s -o /dev/null
2
3int main() {
4 return 0;
5}