2 // RUN: split-file %s %t
3 // RUN: %clang_cc1 -extract-api -triple arm64-apple-macosx \
4 // RUN: --extract-api-ignores=%t/ignores-list \
5 // RUN: -x c-header %t/input.h -verify -o - | FileCheck %t/input.h
13 typedef float NonIgnored
;
15 // CHECK-NOT: IGNORED_1
16 // CHECK-NOT: IGNORED_2
17 // CHECK-NOT: IGNORED_3
20 // expected-no-diagnostics