dmd/compiler/test/compilable/test22755.c
2022-07-09 18:53:07 +02:00

9 lines
131 B
C

// issues.dlang.org/show_bug.cgi?id=22755
void *malloc(unsigned);
void test()
{
int *p = malloc(sizeof *p);
int x = x;
}