#!/usr/local/bin/rune -x # # Used to help test the code generator output import "sys"; #typedef runtime.SemGroup SemGroup; int main(int ac, char **av) { RunTime.SemGroup test; int i; i = 1; test.sg_Node_next = CNULL; i = 2; test.sg_Node_prev = CNULL; i = 3; return 0; }