package ast import ( "testing" ) func TestTranslationUnitDecl(t *testing.T) { nodes := map[string]Node{ `0x7fe78a815ed0 <> `: &TranslationUnitDecl{ Addr: 0x7fe78a815ed0, ChildNodes: []Node{}, }, } runNodeTests(t, nodes) }