blob: 01c4622666854664cbf988c39747166c1ea8f0ad [file] [log] [blame]
int foofunction(int i) {
return i *= 10;
}
struct FooClass {
int foomethod(int i) {
return i += 5;
}
};