oops
This commit is contained in:
@@ -0,0 +1,12 @@
|
|||||||
|
#include <iostream>
|
||||||
|
using namespace std;
|
||||||
|
|
||||||
|
int some_constant_func() {
|
||||||
|
return 41;
|
||||||
|
}
|
||||||
|
|
||||||
|
int my_int_arr[some_constant_func() + 1];
|
||||||
|
|
||||||
|
int main(int argc, char * argv []) {
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user