X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FFrontendC%2F2007-09-27-ComplexIntCompare.c;h=50626e548c6166701cd1eccf772c483b818f6538;hb=99a2e98eddf00c4afd3817564cb8c914a6f66ae9;hp=ee9a85c2454d1a273f2fc460ada2b94ffccf1a5e;hpb=0b85642898bd81209e56e8098c065e2975d455a0;p=oota-llvm.git diff --git a/test/FrontendC/2007-09-27-ComplexIntCompare.c b/test/FrontendC/2007-09-27-ComplexIntCompare.c index ee9a85c2454..50626e548c6 100644 --- a/test/FrontendC/2007-09-27-ComplexIntCompare.c +++ b/test/FrontendC/2007-09-27-ComplexIntCompare.c @@ -1,5 +1,8 @@ // RUN: %llvmgcc -S %s -o - // PR1708 + +#include + struct s { _Complex unsigned short x; }; struct s gs = { 100 + 200i }; struct s __attribute__((noinline)) foo (void) { return gs; }