llvm-for-llvmta/tools/clang/test/CodeGen/func-decl-cleanup.c

13 lines
97 B
C
Raw Normal View History

2022-04-25 13:02:35 +02:00
// RUN: %clang_cc1 %s -emit-llvm -o -
// PR2360
typedef void fn_t();
fn_t a,b;
void b()
{
}