Programming-Language-Design / input / input_lab06.txt
input_lab06.txt
Raw
struct {
	int a;
	char b;
	double a;
} record;

void main() {
}