build: separate compiler and libs
This commit is contained in:
7
compiler/cl/_testgo/cgofull/foo.h
Normal file
7
compiler/cl/_testgo/cgofull/foo.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
typedef struct {
|
||||
int a;
|
||||
} Foo;
|
||||
|
||||
extern void print_foo(Foo* f);
|
||||
Reference in New Issue
Block a user