2024-01-09 20:43:50 +00:00
|
|
|
custom-reference-error.c:17: Error: #error: This is an error
|
2023-12-18 07:30:53 +00:00
|
|
|
custom-reference-error.c:21: Error: Call to undeclared function 'printf'
|
|
|
|
custom-reference-error.c:22: Error: Undeclared identifier 'n'
|
|
|
|
custom-reference-error.c:24: Warning: Control reaches end of non-void function [-Wreturn-type]
|
|
|
|
custom-reference-error.c:24: Warning: Parameter 'argc' is never used
|
|
|
|
custom-reference-error.c:24: Warning: Parameter 'argv' is never used
|
2024-01-09 20:43:50 +00:00
|
|
|
custom-reference-error.c:26: Error: Constant integer expression expected
|