> How does the Java FE initialize void_list_node? https://github.com/Zopolis4/gcj/blob/master/gcc/java/builtins.cc#L503 ``` void_list_node = end_params_node; ```
end_params_node is defined a couple times around the Java frontend, not sure which definition it is using.