minix/external/bsd/llvm/dist/clang/test/CodeGen/func-decl-cleanup.c

13 lines
97 B
C
Raw Normal View History

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