Add tofix/ parser test files
[babeltrace.git] / formats / ctf / metadata / ctf-test / tofix / ctf-typedef-ambiguity.txt
CommitLineData
5594f671
MD
1// Define unsigned long
2typealias integer { ... } := unsigned long;
3
4// Define unsigned long int
5typealias integer { ... } := unsigned long int;
6
7// Define int
8typedef unsigned long int;
This page took 0.0232 seconds and 4 git commands to generate.