summaryrefslogtreecommitdiff
path: root/example-cross-compile-cpp/lin.cc
blob: 5d70f915d08226cc386f181e0dd90dbbc18fde40 (plain) (blame)
1
2
3
4
5
#include <stdio.h>

int main() {
    puts("hello from cpp main()");
}