Declare in your class:

static const int arr[];


and in your cpp file:

const int MyClass::arr[] = { 1, 2, 3 };