diff options
Diffstat (limited to 'test/test.cpp')
-rw-r--r-- | test/test.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.cpp b/test/test.cpp index e373bff..d976e4d 100644 --- a/test/test.cpp +++ b/test/test.cpp @@ -52,6 +52,7 @@ void print_option(Option<T> const &o) { } int main() { + int my_num = 0b10011'101011'1010111lu >> 0x349.4p2; Option<int> o(7); print_option(o); o.clear(); |