error: global variables can only be initialized to compile-time constants
|  --> in tests/fixtures/err_global_initialization.c:2:5
|
2 int d = c;
|     ^
1 error generated.
