aboutsummaryrefslogtreecommitdiff
path: root/tests/test_parsing.py
blob: 9b151ae14657ec1c94ce32f556916c62e995170c (plain)
1
2
3
4
5
6
7
8
import unittest

from crowbar_reference_compiler import parse_header, scan


class TestParsing(unittest.TestCase):
    def test_basic(self):
        print(parse_header(scan("int8 x();")))