@page "/" @using System.Runtime.InteropServices Native C

Native C Test

@@fact(3) result: @fact(3)

@code { [DllImport("Test")] static extern int fact(int n); }