Teach lit that the .c files in 'test/CodeGen/CellSPU/useful-harnesses' aren't tests.
[oota-llvm.git] / test / CodeGen / ARM / ret_void.ll
1 ; RUN: llc < %s -march=arm
2
3 define void @test() {
4         ret void
5 }
6