ctf.fs: bt_ctf_notif_iter_create(): assert() that all medops exist
[babeltrace.git] / formats / ctf / metadata / ctf-test / tofix / ctf-typedef-ambiguity.txt
CommitLineData
b7beee1d 1/* CTF 1.8 */
5594f671
MD
2// Define unsigned long
3typealias integer { ... } := unsigned long;
4
5// Define unsigned long int
6typealias integer { ... } := unsigned long int;
7
8// Define int
9typedef unsigned long int;
This page took 0.035947 seconds and 4 git commands to generate.