aboutsummaryrefslogblamecommitdiffstats
path: root/test/libsolidity/syntaxTests/parsing/comment_end_with_double_star.sol
blob: d3fcae9beea4f2fe5dd03be40dc711f818e0ebcd (plain) (tree)
1
2
3
4
5




              
contract C1 {
/**
 **/
}
contract C2 {}