1dd3c7d2d6124ceb346b4ed9aa7115f75fc6d3f9fDavid Brazdil#
2dd3c7d2d6124ceb346b4ed9aa7115f75fc6d3f9fDavid Brazdil# Copyright (C) 2015 The Android Open Source Project
3dd3c7d2d6124ceb346b4ed9aa7115f75fc6d3f9fDavid Brazdil#
4dd3c7d2d6124ceb346b4ed9aa7115f75fc6d3f9fDavid Brazdil# Licensed under the Apache License, Version 2.0 (the "License");
5dd3c7d2d6124ceb346b4ed9aa7115f75fc6d3f9fDavid Brazdil# you may not use this file except in compliance with the License.
6dd3c7d2d6124ceb346b4ed9aa7115f75fc6d3f9fDavid Brazdil# You may obtain a copy of the License at
7dd3c7d2d6124ceb346b4ed9aa7115f75fc6d3f9fDavid Brazdil#
8dd3c7d2d6124ceb346b4ed9aa7115f75fc6d3f9fDavid Brazdil#     http://www.apache.org/licenses/LICENSE-2.0
9dd3c7d2d6124ceb346b4ed9aa7115f75fc6d3f9fDavid Brazdil#
10dd3c7d2d6124ceb346b4ed9aa7115f75fc6d3f9fDavid Brazdil# Unless required by applicable law or agreed to in writing, software
11dd3c7d2d6124ceb346b4ed9aa7115f75fc6d3f9fDavid Brazdil# distributed under the License is distributed on an "AS IS" BASIS,
12dd3c7d2d6124ceb346b4ed9aa7115f75fc6d3f9fDavid Brazdil# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13dd3c7d2d6124ceb346b4ed9aa7115f75fc6d3f9fDavid Brazdil# See the License for the specific language governing permissions and
14dd3c7d2d6124ceb346b4ed9aa7115f75fc6d3f9fDavid Brazdil# limitations under the License.
15dd3c7d2d6124ceb346b4ed9aa7115f75fc6d3f9fDavid Brazdil
16dd3c7d2d6124ceb346b4ed9aa7115f75fc6d3f9fDavid Brazdil.class public LTest;
17dd3c7d2d6124ceb346b4ed9aa7115f75fc6d3f9fDavid Brazdil
18dd3c7d2d6124ceb346b4ed9aa7115f75fc6d3f9fDavid Brazdil.super Ljava/lang/Object;
19dd3c7d2d6124ceb346b4ed9aa7115f75fc6d3f9fDavid Brazdil
20dd3c7d2d6124ceb346b4ed9aa7115f75fc6d3f9fDavid Brazdil.method public static SingleGotoStart()I
21dd3c7d2d6124ceb346b4ed9aa7115f75fc6d3f9fDavid Brazdil  .registers 1
22dd3c7d2d6124ceb346b4ed9aa7115f75fc6d3f9fDavid Brazdil  goto :second
23dd3c7d2d6124ceb346b4ed9aa7115f75fc6d3f9fDavid Brazdil
24dd3c7d2d6124ceb346b4ed9aa7115f75fc6d3f9fDavid Brazdil  :first
25dd3c7d2d6124ceb346b4ed9aa7115f75fc6d3f9fDavid Brazdil  return v0
26dd3c7d2d6124ceb346b4ed9aa7115f75fc6d3f9fDavid Brazdil
27dd3c7d2d6124ceb346b4ed9aa7115f75fc6d3f9fDavid Brazdil  :second
28dd3c7d2d6124ceb346b4ed9aa7115f75fc6d3f9fDavid Brazdil  const/4 v0, 0x5
29dd3c7d2d6124ceb346b4ed9aa7115f75fc6d3f9fDavid Brazdil  goto :first
30dd3c7d2d6124ceb346b4ed9aa7115f75fc6d3f9fDavid Brazdil.end method
31