summaryrefslogtreecommitdiff
path: root/test cases/swift/12 c std passthrough/meson.build
blob: 202768fcf32bc40cc90f6410e3f649dff0b5a2f5 (plain)
1
2
3
project('c std passthrough', 'swift', 'c', default_options: {'c_std': 'c18'})

executable('program', 'main.swift', 'header.h')