We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19cdb39 commit 3929d0bCopy full SHA for 3929d0b
test/blackbox-tests/test-cases/configurator/import-define/run.ml
@@ -15,6 +15,7 @@ let () =
15
; "CONFIGURATOR_TESTING", C_define.Type.String
16
; "NEGATIVE_INT", C_define.Type.Int
17
; "ZERO", C_define.Type.Int
18
+ ; "sizeof(char)", C_define.Type.Int
19
]
20
|> List.iter (fun (n, v) ->
21
Printf.printf "%s=%s\n"
test/blackbox-tests/test-cases/configurator/run.t
@@ -14,3 +14,4 @@ Importing #define's from code is successful
14
CONFIGURATOR_TESTING=foobar
NEGATIVE_INT=-345
ZERO=0
+ sizeof(char)=1
0 commit comments