File: comments.expect

package info (click to toggle)
sail-ocaml 0.19.1%2Bdfsg5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 18,008 kB
  • sloc: ml: 75,941; ansic: 8,848; python: 1,342; exp: 560; sh: 474; makefile: 218; cpp: 36
file content (104 lines) | stat: -rw-r--r-- 1,641 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
/*comment*/
/*      comment          */
/* first line comment
                        */

/* first line comment

           */
/* first line comment

        last line comment         */
/* first line comment
             indent many
           last line comment*/
/* first line comment
indent many
     last line comment*/
/* first line comment
       indent many
last line comment*/
function a () -> int = {
    /*comment*/
    /*      comment          */
    /* first line comment
                            */
    /* first line comment

               */
    /* first line comment

            last line comment         */
    /* first line comment
                 indent many
               last line comment*/
    /* first line comment
    indent many
         last line comment*/
    /* first line comment
           indent many
    last line comment*/
    *R = baz; // comment

    // comment
    1 // comment
    // comment
    // comment
    /* com-
    ment */
}

// comment
function b () -> int = {
    let a = {
        1
        // comment
    };

    let b = {
        1 // comment
    };

    let c = {
        1 // comment
        // comment
    };

    let d = {
        1 // comment
        // comment
    }; // comment

    let f = {
        let g1 = {
            1 // comment
        };

        let g2 = {
            1
            // comment
        };

        let g3 = {
            1 // comment
            // comment
        } // comment
    };

    1
    // comment
}

let c = 1

// comment
let c2 =
    1 // comment
let d =
    {
        1
        // comment
    } // comment
// comment
// comment
// comment