github.com/tinygo-org/tinygo@v0.31.3-0.20240404173401-90b0bf646c27/testdata/cgo/test.h (about)

     1  #pragma once
     2  
     3  typedef struct {
     4      int a;
     5      int b;
     6  } teststruct;
     7  
     8  typedef enum {
     9      v0,
    10      v1
    11  } testenum;