dmd/compiler/test/fail_compilation/msg24094.c
2023-08-22 08:07:13 +02:00

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);