Sign in
cue
/
cue
/
2362858826cd0a63fd33691928665c60c3411361
/
.
/
cue
/
testdata
/
eval
/
issue295.txtar
blob: d4955e96a74b8d1c8a41edfe0382f714a0e4b390 [
file
] [
log
] [
blame
]
--
in
.
cue
--
p
:
close
({
"\("
f
")"
:
_
})
p
:
f
:
9
--
out
/
compile
--
---
in
.
cue
{
p
:
close
({
"\("
f
")"
:
_
})
p
:
{
f
:
9
}
}
--
out
/
eval
--
(
struct
){
p
:
(#
struct
){
f
:
(
int
){
9
}
}
}