1 // RUN: %llvmgxx %s -emit-llvm -S -o -
7 bool no_support_one_shot
;
12 struct sys_var_thd
: public sys_var
{
15 extern sys_var_thd sys_auto_is_null
;
17 sys_var
*getsys_variables() {
18 return &sys_auto_is_null
;
21 sys_var
*sys_variables
= &sys_auto_is_null
;