aboutsummaryrefslogtreecommitdiffhomepage
path: root/testdata/cgo/test.h
blob: 8b5b32ea8bb6e9db763e4f7da38461cab3bf4066 (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

typedef struct {
    int a;
    int b;
} teststruct;

typedef enum {
    v0,
    v1
} testenum;