mirror of
https://github.com/chai2010/advanced-go-programming-book.git
synced 2025-05-24 04:22:22 +00:00
11 lines
442 B
C
11 lines
442 B
C
int main() { return 0; }
|
|
void crosscall2(void(*fn)(void*, int, __SIZE_TYPE__), void *a, int c, __SIZE_TYPE__ ctxt) { }
|
|
__SIZE_TYPE__ _cgo_wait_runtime_init_done() { return 0; }
|
|
void _cgo_release_context(__SIZE_TYPE__ ctxt) { }
|
|
char* _cgo_topofstack(void) { return (char*)0; }
|
|
void _cgo_allocate(void *a, int c) { }
|
|
void _cgo_panic(void *a, int c) { }
|
|
void _cgo_reginit(void) { }
|
|
#line 1 "cgo-generated-wrappers"
|
|
int _cgoexp_8313eaf44386_sum;
|