1 /* Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file.
16 /* Bogus Interface Foo */
20 * Comment for function x
22 [version=0.0] int32_t Bar
(int32_t x
);
24 * Comment for function x,y
26 [version=1.0] int32_t Bar
(int32_t x
, int32_t y
);
28 * Comment for function x,y,z
30 [version=2.0] int32_t Bar
(int32_t x
, int32_t y
, int32_t z
);