Sign in
cue
/
cue
/
refs/tags/v0.4.0-rc.1
/
.
/
cue
/
testdata
/
definitions
/
dynamic.txtar
blob: 02561bac4251c7ef4057bbdbe28b561cd6262442 [
file
] [
log
] [
blame
]
--
in
.
cue
--
#A: {
a
:
"foo"
"\(a)"
:
3
}
--
out
/
eval
--
(
struct
){
#A: (#struct){
a
:
(
string
){
"foo"
}
foo
:
(
int
){
3
}
}
}
--
out
/
compile
--
---
in
.
cue
{
#A: {
a
:
"foo"
"\(ć0;ać)"
:
3
}
}