summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/debug-debug-scripts2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/debug-debug-scripts b/tools/debug-debug-scripts
index 0ddf998..7cb91d9 100755
--- a/tools/debug-debug-scripts
+++ b/tools/debug-debug-scripts
@@ -99,6 +99,8 @@ def main(args):
print('// just mention "fwd.hpp" and "../poison.hpp" to make formatter happy', file=w)
print('namespace tmwa', file=w)
print('{', file=w)
+ print(' void do_nothing_asan_is_funny_global_constructor();', file=w)
+ print(' void do_nothing_asan_is_funny_global_constructor() {}', file=w)
print('} // namespace tmwa', file=w)
print(file=w)
print('template<class T>', file=w)