freebsd-nq/test/CodeGen/func-decl-cleanup.c

13 lines
95 B
C
Raw Normal View History

2009-06-02 17:58:47 +00:00
// RUN: clang-cc %s -emit-llvm -o -
// PR2360
typedef void fn_t();
fn_t a,b;
void b()
{
}