hanchenye-llvm-project/clang/test/CodeGen/2008-01-11-ChainConsistency.c

4 lines
119 B
C

// RUN: %clang_cc1 -emit-llvm %s -o - -fnested-functions | not grep nest
void n1(void) { void a(void) { a(); } a(); }