Merge branch 'master' into systemz
[llvm/systemz.git] / test / FrontendObjC / 2009-02-17-RunTimeVer-dbg.m
blob0fab94d9f8e6d054acad70657d9b1a36d191a54e
1 // RUN: %llvmgcc -x objective-c -S %s -g --emit-llvm -o - | grep "dbg.compile_unit =" | grep "null, i32"
2 // Last parameter represent i32 runtime version id. The previous paramenter
3 // encodes command line flags when certain env. variables are set. In this
4 // example it is the only compile_unit parameter that is null. This test case
5 // tests existence of new additional compile_unit parameter to encode 
6 // Objective-C runtime version number.
8 @interface foo
9 @end
10 @implementation foo
11 @end
13 void fn(foo *f) {}