dmd/compiler/test/runnable/test23014.i
2023-05-04 15:17:10 +03:00

6 lines
100 B
OpenEdge ABL

/* EXTRA_SOURCES: imports/imp23014.i
*/
static _Thread_local int tmp;
int main() { return tmp; }