ddoc7656 main Declaration void main(); int x; // This is a $ comment (and here is some int y; // more information about that comment) add Declaration int add(int a, int b); (Regression check) Example: assert(add(1, 1) == 2);