Merge branch 'master' of ssh://efficios.com/home/efficios/git/babeltrace
[babeltrace.git] / formats / ctf / metadata / ctf-test / tofix / ctf-typedef-ambiguity.txt
1 // Define unsigned long
2 typealias integer { ... } := unsigned long;
3
4 // Define unsigned long int
5 typealias integer { ... } := unsigned long int;
6
7 // Define int
8 typedef unsigned long int;
This page took 0.029901 seconds and 4 git commands to generate.