2 // RUN: split-file %s %t
3 // RUN: %clang_cc1 -extract-api --pretty-sgf --product-name=GlobalRecord -triple arm64-apple-macosx \
4 // RUN: %t/input1.h -verify -o - | FileCheck %s
11 // Ensure that these symbols are not emitted in the Symbol Graph.
15 struct Foo
{ int a
; };
17 // CHECK-NOT: input2.h
19 // expected-no-diagnostics