/* * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. */ const i64 intConst = 100; const i64 int2 = intConst; const map mapConst = {"a": 1, "b": 2}; const set setConst = [1, 2, 3];