blob: 5dfdd83c9e2a16cc3853f40e561b7daab56e3a7f [file] [log] [blame]
Dan Gohmanfea1dd02009-08-25 15:38:29 +00001// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
Tanya Lattnere9af5d12004-11-06 22:41:00 +00002
Chris Lattner72b08c92004-06-08 07:10:11 +00003 struct fu;
4 void foo(struct fu);
5 void bar() {
6 foo;
7 }