Sign in
qemu
/
meson
/
refs/heads/fixcygwin
/
.
/
test cases
/
swift
/
12 c std passthrough
/
meson.build
blob: 202768fcf32bc40cc90f6410e3f649dff0b5a2f5 [
file
] [
log
] [
blame
]
project
(
'c std passthrough'
,
'swift'
,
'c'
,
default_options
:
{
'c_std'
:
'c18'
})
executable
(
'program'
,
'main.swift'
,
'header.h'
)