11 lines
121 B
Plaintext
11 lines
121 B
Plaintext
|
#include <metal_stdlib>
|
||
|
|
||
|
using namespace metal;
|
||
|
void f(int a) {
|
||
|
{
|
||
|
int const a_1 = a;
|
||
|
int const b = a_1;
|
||
|
}
|
||
|
}
|
||
|
|