blob: 0687e2c811d66fb5234ec9892690faa8462dad48 [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 Lotfi76f98692019-10-14 18:03:03 +00005// CHECK-TAPI: "data" : { Type: Object, Size: 4 }
Puyan Lotfic382d032019-10-08 15:23:14 +00006// CHECK-SYMBOLS: data
7int data = 42;