diff options
Diffstat (limited to 'tests/typing/good')
-rw-r--r-- | tests/typing/good/testfile-subtype-1.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/typing/good/testfile-subtype-1.cpp b/tests/typing/good/testfile-subtype-1.cpp index ee18b1e..67647d0 100644 --- a/tests/typing/good/testfile-subtype-1.cpp +++ b/tests/typing/good/testfile-subtype-1.cpp @@ -3,3 +3,4 @@ int main() { int *s; s = NULL; } + |