blob: c73bc861263b9483e6d35ffd60cf25826c2183fd [file] [log] [blame]
struct fu;
void foo(struct fu);
void bar() {
foo;
}