diff options
Diffstat (limited to 'clang-tools-extra/test/modularize/Inputs/IsDependent.h')
| -rw-r--r-- | clang-tools-extra/test/modularize/Inputs/IsDependent.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/clang-tools-extra/test/modularize/Inputs/IsDependent.h b/clang-tools-extra/test/modularize/Inputs/IsDependent.h new file mode 100644 index 00000000000..49281102660 --- /dev/null +++ b/clang-tools-extra/test/modularize/Inputs/IsDependent.h @@ -0,0 +1,4 @@ +// This header depends on SomeTypes.h for the TypeInt typedef. + +typedef TypeInt NewTypeInt; +typedef OtherTypeInt OtherNewTypeInt; |

