use pointers like this: a[4] works :-)
[ozulis.git] / src / ast / sizeof-visitor.hxx
blobe387dcfe4a88e08ff25c54883d4b3485978edec2
1 namespace ast
3 inline uint32_t
4 SizeofVisitor::size() const
6 return size_;
9 inline uint32_t
10 SizeofVisitor::pointerSize()
12 /// @todo find a better solution
13 return 8;