package com.mesonbuild;
import com.mesonbuild.SimpleLib;
class Linking {
public static void main(String [] args) {
SimpleLib.func();
}