X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCFrontend%2F2003-11-27-ConstructorCast.c;h=3780e7a4b97e1d3d7656cae868782fb74a21b061;hb=53929871fb75c4215fbf1d8517f4def897adf80b;hp=33a9426a972463a47400e981b21e7555af368529;hpb=1f80115a8133f144b530c31f9480de5a066a7a6e;p=oota-llvm.git diff --git a/test/CFrontend/2003-11-27-ConstructorCast.c b/test/CFrontend/2003-11-27-ConstructorCast.c index 33a9426a972..3780e7a4b97 100644 --- a/test/CFrontend/2003-11-27-ConstructorCast.c +++ b/test/CFrontend/2003-11-27-ConstructorCast.c @@ -1,3 +1,5 @@ +// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null + struct i387_soft_struct { long cwd; };