hanchenye-llvm-project/clang/test/CodeGen/func-decl-cleanup.c

13 lines
92 B
C

// RUN: clang %s -emit-llvm -o -
// PR2360
typedef void fn_t();
fn_t a,b;
void b()
{
}