11 lines · c
1// RUN: %clang_cc1 -o - -emit-interface-stubs %s | FileCheck %s2// TODO: Change clang_cc1 to clang when llvm-ifs can accept empty symbol lists.3 4// CHECK: Symbols:5// CHECK-NEXT: ...6 7struct a;8enum { b };9typedef int c;10 11 1// RUN: %clang_cc1 -o - -emit-interface-stubs %s | FileCheck %s2// TODO: Change clang_cc1 to clang when llvm-ifs can accept empty symbol lists.3 4// CHECK: Symbols:5// CHECK-NEXT: ...6 7struct a;8enum { b };9typedef int c;10 11