C++程序  |  8行  |  122 B

// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null

   struct fu;
   void foo(struct fu);
   void bar() {
      foo;
   }