fix declaring multiple variables after struct definition
This commit is contained in:
parent
0a2d05bdd5
commit
d7a9a565a9
5 changed files with 31 additions and 23 deletions
18
05/main.c
18
05/main.c
|
@ -1,17 +1 @@
|
|||
#include "tests/parse_stb_image.h"
|
||||
/* #if 0 */
|
||||
/* #elif 1 */
|
||||
/* int f(){} */
|
||||
/* #endif */
|
||||
/* @TODO: some more testing of #if/#elif/#else/#endif */
|
||||
/* @TODO: ensure that
|
||||
struct Something {
|
||||
int a;
|
||||
} x,y;
|
||||
works
|
||||
*/
|
||||
|
||||
|
||||
|
||||
int main() {
|
||||
}
|
||||
/* #include "tests/parse_stb_image.h" */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue