{}
run-icon
main.c
#include <stdio.h> int getNumber() {} int main() { printf("%d", getNumber()); }
Output