Files
llgo/compiler/cl/_testgo/cgofull/foo.h
2025-01-08 14:59:01 +08:00

8 lines
78 B
C

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