source: tests/bugs/.expect/7.txt @ 76de075

ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
Last change on this file since 76de075 was 4d23dd2, checked in by Thierry Delisle <tdelisle@…>, 4 years ago

Added tests cases for some of the opened tickets

  • Property mode set to 100644
File size: 568 bytes
Line 
1bugs/7.cfa: In function ‘_adapterFi_PS5stack_i__P_M’:
2bugs/7.cfa:25:17: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
3     T emptyStackHandler (stack(T) * this);
4                 ^
5bugs/7.cfa:25:42: error: expected ‘)’ before ‘_adaptee’
6     T emptyStackHandler (stack(T) * this);
7                                          ^       
8                                          )
9bugs/7.cfa:37:75: note: to match this ‘(’
10 int main (int argc, char * argv[]) {
11                                                                           ^
Note: See TracBrowser for help on using the repository browser.