blob: 135abc179681bb54cdcfa717af5973c19a671e70 [file] [log] [blame]
Douglas Gregorcd7d5a92009-04-17 20:57:14 +00001// Test this without pch.
2// RUN: clang-cc -include %S/asm.h -fsyntax-only -verify %s
3
4// Test with pch.
5// RUN: clang-cc -emit-pch -o %t %S/asm.h &&
6// RUN: clang-cc -include-pch %t -fsyntax-only -verify %s
7
8
9void call_f(void) { f(); }
10
11void call_clobbers(void) { clobbers(); }