blob: 5dfdd83c9e2a16cc3853f40e561b7daab56e3a7f [file] [log] [blame]
// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
struct fu;
void foo(struct fu);
void bar() {
foo;
}