blob: 0a71ae9a2fa444c9cefcf97e8a757e485f5e3587 [file] [log] [blame]
// Copyright 2021 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
library fidl.test.bitsflexiblestrict;
// [START contents]
flexible bits Flags {
OPTION_A = 1;
OPTION_B = 2;
};
// [END contents]