blob: af88a1e4ba5e5dd3a37f98222cb77cf743c88d28 [file] [log] [blame]
project('mixed C and C++', 'c', 'cpp')
exe = executable('prog', 'main.cc', 'func.c')
test('mixtest', exe)