Test for posargs being before kwargs.
This commit is contained in:
parent
9741f75277
commit
cdbfed21bc
|
@ -0,0 +1,3 @@
|
||||||
|
project('kwarg before arg', 'c')
|
||||||
|
|
||||||
|
executable(sources : 'prog.c', 'prog')
|
|
@ -0,0 +1 @@
|
||||||
|
int main(int argc, char **argv) { return 0; }
|
Loading…
Reference in New Issue