view test/bug-35448/fC.m @ 20654:b65888ec820e draft default tip gccjit

dmalcom gcc jit import
author Stefan Mahr <dac922@gmx.de>
date Fri, 27 Feb 2015 16:59:36 +0100
parents 8d1ae996c122
children
line wrap: on
line source

# fC.m
function y = fC (x)
  y = x;
endfunction