HOME | GIT | CV | MUSINGS
LOG | FILES | OVERVIEW
int add(int a,int b) <% int c<:3:>; return a; %> int main() <% return add(1,2); %>