summaryrefslogtreecommitdiff
path: root/matlab/test/Ice/slicing/objects/Counter.m
blob: 414b28e664b384915120989fe8f9d7442c916f2f (plain)
1
2
3
4
5
6
7
8
9
%
% Copyright (c) ZeroC, Inc. All rights reserved.
%

classdef Counter < handle
    properties
        count int32 = 0
    end
end