blob: a63a333985cca8b1cd3864720f5ca230e108b043 [file] [edit]
//@ only-x86_64
//@ revisions: DEFAULT EXPLICIT
//@[DEFAULT] compile-flags: -C code-model=medium
//@[EXPLICIT] compile-flags: -C code-model=medium -Z large-data-threshold=1024
#![crate_type = "lib"]
// DEFAULT-NOT: !"Large Data Threshold"
// EXPLICIT: !{{[0-9]+}} = !{i32 1, !"Large Data Threshold", i64 1024}