clang-1/test/CodeGen/func-decl-cleanup.c

13 строки
95 B
C

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