Changes in tests/labelledExit.cfa [66812dd:9bdb8b7]
- File:
-
- 1 edited
-
tests/labelledExit.cfa (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/labelledExit.cfa
r66812dd r9bdb8b7 10 10 // Created On : Wed Aug 10 07:29:39 2016 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Sun Sep 27 09:01:34 202013 // Update Count : 1212 // Last Modified On : Fri Oct 25 17:41:51 2019 13 // Update Count : 7 14 14 // 15 15 … … 162 162 163 163 // computed goto 164 {165 void *array[] = { &&foo, &&bar, &&hack };166 foo: bar: hack:167 &&foo;168 &&bar;169 goto *array[i];170 }164 // { 165 // void *array[] = { &&foo, &&bar, &&hack }; 166 // foo: bar: hack: 167 // &&foo; 168 // &&bar; 169 // goto *array[i]; 170 // } 171 171 172 172 Q: if ( i > 5 ) { … … 179 179 180 180 int main( int argc, char const *argv[] ) { 181 #pragma message( "Compiled" ) // force non-empty .expect file181 /* code */ 182 182 } 183 183
Note:
See TracChangeset
for help on using the changeset viewer.