summaryrefslogtreecommitdiff
path: root/bindgen-tests/tests/headers/keywords.h
blob: 3b3fc4976e1ea46ce7915b460a2e8e9ed3ed433f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
int u8;
int u16;
int u32;
int u64;
int i8;
int i16;
int i32;
int i64;
int f32;
int f64;
int usize;
int isize;
int bool;
int str;
int dyn;

int as;
int async;
int await;
int box;
int crate;
int false;
int fn;
int impl;
int in;
int let;
int loop;
int match;
int mod;
int move;
int mut;
int pub;
int ref;
int self;
int Self;
int super;
int trait;
int true;
int try;
int type;
int unsafe;
int use;
int where;
int abstract;
int alignof;
int become;
int final;
int macro;
int offsetof;
int override;
int priv;
int proc;
int pure;
int unsized;
int virtual;
int yield;