Files
llgo/cl/_testgo/cgofull/foo.h
Li Jie c9f436cc47 cgo: full test
cgo: test returning void
2024-11-27 18:41:56 +08:00

8 lines
78 B
C

#pragma once
typedef struct {
int a;
} Foo;
extern void print_foo(Foo* f);