Fix bugzilla 24580 - ImportC: Asm label after attributes results in syntax error

This commit is contained in:
Tim Schendekehl 2024-06-08 12:17:16 +02:00 committed by The Dlang Bot
parent a903c10e7c
commit db92f687e4
2 changed files with 23 additions and 10 deletions

View file

@ -758,3 +758,8 @@ typedef enum
DISPLAYCONFIG_OUTPUT_TECHNOLOGY_SVIDEO = 1,
DISPLAYCONFIG_OUTPUT_TECHNOLOGY_INTERNAL = 0x80000000,
} DISPLAYCONFIG_VIDEO_OUTPUT_TECHNOLOGY;
/************************************************************/
// https://issues.dlang.org/show_bug.cgi?id=24580
int ioctl(int __fd, unsigned __request, ...) __attribute__((overloadable)) __attribute__((enable_if(1, ""))) asm("ioctl");