aboutsummaryrefslogtreecommitdiffstats
path: root/testdir/program.cwk
blob: 58ea47c44b9cfea646fe7b0dfd7a479c6eb9f2c9 (plain)
1
2
3
4
5
6
7
/*
 * cppawk program
 */

#include "header.cwh"

BEGIN { print max(42, 73) }