mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
This commit is contained in:
parent
3070fc288a
commit
0aee4697bd
8 changed files with 39 additions and 30 deletions
|
@ -1,7 +1,10 @@
|
|||
// check dsymbolSemantic analysis of C files
|
||||
/* TEST_OUTPUT:
|
||||
REQUIRED_ARGS: -verrors=context
|
||||
---
|
||||
fail_compilation/failcstuff6.c(56): Error: enum member `failcstuff6.test_overflow.boom` initialization with `2147483647+1` causes overflow for type `int`
|
||||
boom,
|
||||
^
|
||||
---
|
||||
*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue