OSDN Git Service

new repo
[bytom/vapor.git] / vendor / github.com / hashicorp / hcl / hcl / test-fixtures / structure_basic.hcl
1 foo {
2         value = 7
3         "value" = 8
4         "complex::value" = 9
5 }