Clang has no nested function support. Delete this test.

llvm-svn: 185628
This commit is contained in:
Rafael Espindola 2013-07-04 14:13:53 +00:00
parent 7c475b7d97
commit 53e40e4b06
1 changed files with 0 additions and 3 deletions

View File

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