blob: 3c341fab02c7a44e03e35ad6c6a61d47df424363 [file]
function(f)
g(${ARGN})
endfunction()
macro(g)
message(${ARGN})
endmacro()
f(message)