Changes in / [e014c6d:ab5baab]
- Location:
- tests
- Files:
-
- 2 edited
-
.expect/cast.txt (modified) (1 diff)
-
cast.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/.expect/cast.txt
re014c6d rab5baab 1 cast.cfa:16:29: warning: Compiled 1 cast.cfa: In function '_X4mainFi_iPPKc__1': 2 cast.cfa:18:9: note: #pragma message: Compiled -
tests/cast.cfa
re014c6d rab5baab 14 14 //Dummy main 15 15 int main( int argc, char const * argv[] ) { 16 #pragma GCC warning "Compiled"// force non-empty .expect file16 #pragma message( "Compiled" ) // force non-empty .expect file 17 17 }
Note:
See TracChangeset
for help on using the changeset viewer.