android_mt6572_jiabo/external/clang/test/CodeGen/func-decl-cleanup.c
2025-09-05 16:56:03 +08:00

12 lines
97 B
C

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