mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
6 lines
100 B
OpenEdge ABL
6 lines
100 B
OpenEdge ABL
/* EXTRA_SOURCES: imports/imp23014.i
|
|
*/
|
|
|
|
static _Thread_local int tmp;
|
|
|
|
int main() { return tmp; }
|