blob: 8a68efbe429ba53334682b2b429d36a72bc7f5b9 [file] [log] [blame]
function(my_func)
message("my_func")
endfunction()
variable_watch(a my_func)
set(a "")
variable_watch(b)
set(b "")