blob: 774b79ddec1779f2c096225b5c616f9bd7a5a4c9 [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
5// CHECK-TAPI: data: { Type: Object, Size: 4 }
6// CHECK-SYMBOLS: data
7int data = 42;