1 2 3 4 5 6 7 8
// Copyright (c) 2020 Johannes Stoelp extern void greet(); int main() { greet(); return 0; }