1 ; Check the MCNullStreamer operates correctly, at least on a minimal test case. 2 ; 3 ; RUN: llc -filetype=null -o %t -march=x86 %s 4 5 define void @f0() { 6 ret void 7 } 8 9 define void @f1() { 10 ret void 11 } 12