445e4e97f87ee1f5a4d7070594d3f3a8b17050c4
[babeltrace.git] / formats / ctf / metadata / ctf-test / tofix / ctf-typedef-ambiguity.txt
1 /* TSDL */
2 // Define unsigned long
3 typealias integer { ... } := unsigned long;
4
5 // Define unsigned long int
6 typealias integer { ... } := unsigned long int;
7
8 // Define int
9 typedef unsigned long int;
This page took 0.030883 seconds and 3 git commands to generate.