projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7471c48
)
Add comment
author
Chris Lattner
<sabre@nondot.org>
Fri, 25 Apr 2003 18:44:30 +0000
(18:44 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 25 Apr 2003 18:44:30 +0000
(18:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5945
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CFrontend/2003-02-12-NonlocalGoto.c
patch
|
blob
|
history
diff --git
a/test/CFrontend/2003-02-12-NonlocalGoto.c
b/test/CFrontend/2003-02-12-NonlocalGoto.c
index 736232e915a738d95afc4c0b0950c3afef927b9a..cb84dc94569c71dc4cfd3e0063663c215ce9bcad 100644
(file)
--- a/
test/CFrontend/2003-02-12-NonlocalGoto.c
+++ b/
test/CFrontend/2003-02-12-NonlocalGoto.c
@@
-1,3
+1,7
@@
+
+/* It is unlikely that LLVM will ever support nested functions, but if it does,
+ here is a testcase. */
+
main()
{
__label__ l;