summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/ok/header.ipdlh
blob: fc3f8c8279fb8c0434da836cb3157187d5cb574a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
using foo from "foo.h";
using bar::baz from "foo.h";

struct Outer { };

namespace a { struct Inner1 { }; }

namespace b { struct Inner2 { }; }

namespace c {
union X {
    int32_t;
    float;
};
}