blob: 5b85fccbcacd2a790bb813b3fd2d4841b52826ed [file] [log] [blame]
Douglas Gregor4c0e86b2009-04-22 22:02:47 +00001// Test with pch.
Daniel Dunbar4fcfde42009-11-08 01:45:36 +00002// RUN: clang-cc -triple x86_64-apple-darwin9 -emit-pch -o %t.pch %S/tentative-defs.h
3// RUN: clang-cc -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
8
9// FIXME: tentative-defs.h expected-warning{{tentative}}