diff options
Diffstat (limited to 'test/input/OperatorMethod.cxx')
-rw-r--r-- | test/input/OperatorMethod.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/input/OperatorMethod.cxx b/test/input/OperatorMethod.cxx new file mode 100644 index 0000000..36a76c2 --- /dev/null +++ b/test/input/OperatorMethod.cxx @@ -0,0 +1,3 @@ +class start { + start& operator<<(int); +}; |