2 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
3 // See https://llvm.org/LICENSE.txt for license information.
4 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
10 * Created by Blaine Garst on 10/17/08.
14 // CONFIG rdar://6289031
18 int main(int argc
, char *argv
[])
25 goto out_bad
; // error: local byref variable val is in the scope of this goto
28 printf("%s: Success!\n", argv
[0]);
31 printf("%s: val not updated!\n", argv
[0]);