diff options
Diffstat (limited to 'minicc.h')
-rw-r--r-- | minicc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,5 +22,6 @@ struct Token { Location location; }; +// For printing via Google Test bool operator==(const Token &a, const Token &b); std::ostream& operator<<(std::ostream& os, const Token& token); |