StmtPrinter: factor out arg printing code to PrintCallArgs
[clang.git] / test / CodeGenObjC / encode-test-4.m
blob117e1733486effdb0e0f2be0c13a380da16b5d84
1 // RUN: %clang_cc1 -emit-llvm -o - %s -O2 | grep "ret i32 1"
3 int a() {
4   return @encode(int) == @encode(int);