Files
Nim/tests/ccgbugs/m19445.c
flywind 2c01c9c4c8 output byref types into --header file [backport: 1.6] (#19505)
* output byref types into --header file

fix #19445

* fix comments

* set targets
2022-03-23 20:57:13 +01:00

3 lines
52 B
C

#include "m19445.h"
const Foo f = {10, 20, 30, 40};