package ghidrust.decompiler.parser.c; public class CContext { public boolean statement_end_sc; public CContext() { statement_end_sc = true; } }