Fix the clang-wpa example.
[clang.git] / test / CodeGen / func-decl-cleanup.c
blob0af8b69402020e0114a2dfe99527b3ecb78b012c
1 // RUN: %clang_cc1 %s -emit-llvm -o -
4 // PR2360
5 typedef void fn_t();
7 fn_t a,b;
9 void b()