diff options
Diffstat (limited to 'clang/test/Modules/Inputs/templates-right.h')
| -rw-r--r-- | clang/test/Modules/Inputs/templates-right.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/templates-right.h b/clang/test/Modules/Inputs/templates-right.h index d3524d34769..bacaa49b60c 100644 --- a/clang/test/Modules/Inputs/templates-right.h +++ b/clang/test/Modules/Inputs/templates-right.h @@ -25,3 +25,5 @@ void triggerPendingInstantiationToo() { } void redeclDefinitionEmit(){} + +typedef Outer<int>::Inner OuterIntInner_right; |

