blob: 4a36f9cbb781d1c6c72812483f78d72b55d742f7 [file] [log] [blame]
project('proper args splitting', 'c')
test(
'main',
executable(
'main',
'main.c',
)
)