1/*
2 * Copyright (C) 2007 The Android Open Source Project
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 *      http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
17public class Blort
18{
19    public static int test1(int x) {
20        float f0 = 0.0f;
21        float f1 = 0.0f;
22        float f2 = 0.0f;
23        float f3 = 0.0f;
24        float f4 = 0.0f;
25        float f5 = 0.0f;
26        float f6 = 0.0f;
27        float f7 = 0.0f;
28        float f8 = 0.0f;
29        float f9 = 0.0f;
30        float f10 = 0.0f;
31        float f11 = 0.0f;
32        float f12 = 0.0f;
33        float f13 = 0.0f;
34        float f14 = 0.0f;
35        float f15 = 0.0f;
36        int x16 = x;
37        return -x16;
38    }
39}
40