source: tests/.expect/array-ERR1.txt @ a5aa5bf

ast-experimental
Last change on this file since a5aa5bf was a5aa5bf, checked in by Michael Brooks <mlbrooks@…>, 12 months ago

Flesh out "C" array syntax testing.

Enable testing of expected-rejection cases.
One such "test" (now trac #275) had regressed while it was commented out.

Add expected-acceptance cases for size-star declarations.
Add cases for "dependent parameter" syntax.

Add comments summarizing semantics of these (obscure C) syntax cases.

  • Property mode set to 100644
File size: 391 bytes
Line 
1array.cfa:105:25: warning: Preprocessor started
2array.cfa:40:22: error: '[*]' not allowed in other than function prototype scope
3array.cfa:46:24: error: '[*]' not allowed in other than function prototype scope
4array.cfa: In function '_X4fredFi_i__1':
5array.cfa:52:16: error: array size missing in '_X2a1A0i_2'
6array.cfa:53:26: error: '[*]' not allowed in other than function prototype scope
Note: See TracBrowser for help on using the repository browser.