Skip to content
Snippets Groups Projects
Commit beee08de authored by Roberto Raggi's avatar Roberto Raggi
Browse files

Test the pretty printer.

parent 8459fe70
No related branches found
No related tags found
No related merge requests found
class foo { class Class {
int a, b; int a, b;
enum zoo { a, b }; enum zoo { a, b };
...@@ -8,5 +8,9 @@ class foo { ...@@ -8,5 +8,9 @@ class foo {
void foo() {} void foo() {}
inline void bar() {} inline void bar() {}
void another_foo() {
int a = static_cast<int>(1+2/3*4-5%6+(7&8));
}
}; };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment