blob: 4ee9ac6c59dc94730f9d3227ac6e4ba02c97ea8a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
result code = 0
standard error = {
tests/library/ambiguous-extern-export-lib1.slang(4): warning 31000: Link-time constant sized arrays are a work in progress feature, some aspects of the reflection API may not work
public extern static const int[call_data_len] call_group_vector;
^~~~~~~~~~~~~~~~~
tests/library/ambiguous-extern-export-lib1.slang(5): warning 31000: Link-time constant sized arrays are a work in progress feature, some aspects of the reflection API may not work
public static int[call_data_len] call_id_1 = {};
^~~~~~~~~
tests/library/ambiguous-extern-export-lib2.slang(5): warning 31000: Link-time constant sized arrays are a work in progress feature, some aspects of the reflection API may not work
public extern static const int[call_data_len] call_group_vector;
^~~~~~~~~~~~~~~~~
tests/library/ambiguous-extern-export-lib2.slang(7): warning 31000: Link-time constant sized arrays are a work in progress feature, some aspects of the reflection API may not work
public static int[call_data_len] call_id_2 = {};
^~~~~~~~~
}
standard output = {
}
|