#pragma once #include "decompiler/Function/Function.h" namespace decompiler { void run_defpartgroup(Function& top_level_func, std::unordered_map& part_group_table); }