1 2 3
project('c std passthrough', 'swift', 'c', default_options: {'c_std': 'c18'}) executable('program', 'main.swift', 'header.h')