1 2 3 4 5 6 7 8
#include "common.h" INCLUDE_ASM("tests/data", MultiRodata); // This function references the assembly function to ensure linking void call_multi_rodata(void) { MultiRodata(); }