blob: 42882307dc73f99ded7b616624f12e31068d5fde [file] [log] [blame]
Douglas Gregor4c0e86b2009-04-22 22:02:47 +00001// Test with pch.
Daniel Dunbara5728872009-12-15 20:14:24 +00002// RUN: %clang_cc1 -triple x86_64-apple-darwin9 -emit-pch -o %t.pch %S/tentative-defs.h
3// RUN: %clang_cc1 -triple x86_64-apple-darwin9 -include-pch %t.pch -verify -emit-llvm -o %t %s
Douglas Gregor4c0e86b2009-04-22 22:02:47 +00004
Daniel Dunbar4fcfde42009-11-08 01:45:36 +00005// RUN: grep "@variable = common global i32 0" %t | count 1
Douglas Gregor4c0e86b2009-04-22 22:02:47 +00006// RUN: grep "@incomplete_array = common global .*1 x i32" %t | count 1
7
Andy Gibbsb42f2002013-04-17 08:06:46 +00008// FIXME: expected-warning@tentative-defs.h:9{{tentative}}