platform_system_core/debuggerd/vfp-crasher.c

8 lines
66 B
C

int main()
{
extern void crash(void);
crash();
return 0;
}