forked from OSchip/llvm-project
Clang has no nested function support. Delete this test.
llvm-svn: 185628
This commit is contained in:
parent
7c475b7d97
commit
53e40e4b06
|
@ -1,3 +0,0 @@
|
|||
// RUN: %clang_cc1 -emit-llvm %s -o - -fnested-functions | not grep nest
|
||||
|
||||
void n1(void) { void a(void) { a(); } a(); }
|
Loading…
Reference in New Issue