All pastes #2122251 Raw Edit

Someone

public text v1 · immutable
#2122251 ·published 2012-02-27 23:03 UTC
rendered paste body
        -:    0:Source:x.cc
        -:    0:Graph:x.gcno
        -:    0:Data:x.gcda
        -:    0:Runs:0
        -:    0:Programs:0
        2:    1:struct Foo {
        1:    2:  int a() {
        1:    3:    return 1;
        -:    4:  }
        -:    5:
        -:    6:  int b() {
        -:    7:    return 2;
        -:    8:  }
        -:    9:
    #####:   10:  virtual int c() {
    #####:   11:    return 3;
        -:   12:  }
        -:   13:};
        -:   14:
        -:   15:int main() {
        1:   16:  Foo f;
        1:   17:  f.a();
        1:   18:}