ddoc7656

  • Declaration

    void main();

    1. 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:

    1. assert(add(1, 1) == 2);