mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
7 lines
130 B
C
7 lines
130 B
C
/* TEST_OUTPUT:
|
|
---
|
|
fail_compilation/fail21980.c(7): Error: functions cannot be `_Thread_local`
|
|
---
|
|
*/
|
|
|
|
_Thread_local void wat();
|