Home
last modified time | relevance | path

Searched defs:DeepError (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/ASTMerge/Inputs/
H A Dstruct2.c51 struct DeepError { struct
52 int value;
53 struct DeeperError { int i; float f; } *Deeper;
H A Dstruct1.c54 struct DeepError { struct
55 int value;
56 struct DeeperError { int i; int f; } *Deeper;