blob: e81b82754e5798e1f890e366d700627f1c20407c [file] [log] [blame]
Puyan Lotfic0abc2e2019-10-12 02:46:57 +00001// RUN: %clang -fvisibility=default -c -o - -emit-interface-stubs %s | FileCheck -check-prefix=CHECK-TAPI %s
2// RUN: %clang -fvisibility=default -c -o - -emit-interface-stubs %s | FileCheck -check-prefix=CHECK-SYMBOLS %s
3// RUN: %clang -fvisibility=default -c -o - %s | llvm-nm - 2>&1 | FileCheck -check-prefix=CHECK-SYMBOLS %s
Puyan Lotfic382d032019-10-08 15:23:14 +00004
Puyan Lotfi4e4b4f42019-10-14 18:57:29 +00005// CHECK-TAPI: data" : { Type: Object, Size: 4 }
Puyan Lotfic382d032019-10-08 15:23:14 +00006// CHECK-SYMBOLS: data
7int data = 42;