Skip to main content
summaryrefslogtreecommitdiffstats
blob: 8ba616ea24219b0d935afc3618130085de197365 (plain) (blame)
1
2
3
4
class Example {
   	int c = 2;
    int a =1, b =2, d;
}

Back to the top