brintos

brintos / llvm-project-archived public Read only

0
0
Text · 122 B · bf39b8b Raw
8 lines · c
1// RUN: %clang_cc1 -emit-llvm %s  -o /dev/null2 3   struct fu;4   void foo(struct fu);5   void bar(void) {6      foo;7   }8