oops
This commit is contained in:
parent
bab12f4652
commit
de20fd4ff3
12
constexpr.cc
Normal file
12
constexpr.cc
Normal file
@ -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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user