test subdirectory
This commit is contained in:
parent
b4dbce76cf
commit
bf7f456967
31 changed files with 19 additions and 13 deletions
|
@ -1,8 +0,0 @@
|
|||
enum {
|
||||
A, B, C = -B, D, E = +1, F,
|
||||
};
|
||||
|
||||
int main() {
|
||||
return A + B + C + D + E + F;
|
||||
// 0 + 1 + -1 + 0 + 1 + 2 = 3
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue