packages feed

thrift-compiler-0.1.0.1: tests/if/flags.thrift

/*
 * 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<string, i64> mapConst = {"a": 1, "b": 2};

const set<i64> setConst = [1, 2, 3];