mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
7 lines
188 B
C
7 lines
188 B
C
/* TEST_OUTPUT:
|
|
---
|
|
fail_compilation/msg24094.c(7): Error: extended-decl-modifier expected after `__declspec(`, saw `*` instead
|
|
---
|
|
*/
|
|
|
|
__declspec(*) void* __cdecl _calloc_base(int, int);
|