brintos

brintos / llvm-project-archived public Read only

0
0
Text · 227 B · ad80aa6 Raw
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