#pragma once struct elset { SgStatement *stmt; SgExpression *expr; }; typedef struct elset *PT_ELSET;