summaryrefslogtreecommitdiff
path: root/tools/conf_tests/can_use_thread_local.cc
blob: ee21c3c0b0c0d78d8372a9dda427f16eeb6c87d1 (plain)
1
2
3
4
5
// Configuration-time test program, used in Meson build.
// Check for thread_local support.
// Corresponds to the M4 macro GLIBMM_CXX_CAN_USE_THREAD_LOCAL.

thread_local int i = 0;